.position {
    padding: 5px 30px;
    line-height: 36px;
    height: 36px;
    margin: 10px auto;
    background: url(/yx_style/yx_images/icon_pos.png) left center no-repeat;
    background-size: 20px;
    width: 1150px;
}
.position .npxx{
	display: inline-block;
}
.position a {
    margin: 0 2px;
    color: #333;
}

.main.yx_clear {
    margin-bottom: 20px;
    position: relative;
}

.main_left{
	width: 830px;
	box-shadow: 0 0 9px 3px rgba(228, 228, 228, 0.3);
	padding: 20px;
}

.com_right{
	width: 310px;
	box-shadow: 0 0 9px 3px rgba(228, 228, 228, 0.3);
}
h1.li_main_tit {
    background: url(/yx_style/yx_images/icon_list_tit.png) no-repeat left center;
    background-size: 25px;
    font-size: 20px;
    padding-left: 30px;
	display: inline-block;
}
h2.li_main_tit {
    background: url(/yx_style/yx_images/icon_list_tit.png) no-repeat left center;
    background-size: 25px;
    font-size: 20px;
    padding-left: 30px;
	display: inline-block;
}
.li_main_tit {
    background: url(/yx_style/yx_images/icon_list_tit.png) no-repeat left center;
    background-size: 25px;
    font-size: 20px;
    padding-left: 30px;
	display: inline-block;
}

.li_main li {
    height: 175px;
    padding: 20px 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.li_main_img.fl {
    width: 200px;
    height: 130px;
    overflow: hidden;
    margin-right: 20px;
}

.li_main li::after {
    content: "";
    display: block;
    clear: both;
}

.li_main_img.fl img {
    width: 100%;
    height: 100%;
}

.li_main_txt.fl {
    width: 610px;
}

a.li_main_txt_tit {
    font-size: 20px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

p.li_main_txt_info {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin: 15px 0 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.li_main_txt_time_left {
    float: left;
}

.li_main_txt_time_right {
    float: right;
}

.li_main_txt_time::after {
    content: "";
    display: block;
    clear: both;
}

.li_main_txt_time_left>span {
    color: #666;
    font-size: 14px;
    margin-right: 20px;
}

.li_main_txt_time_right>a {
    display: inline-block;
    padding: 5px 18px;
    background: #ababab;
    border-radius: 20px;
    color: white;
    line-height: initial;
}

.li_main_txt_time_right>a:nth-of-type(2) {
    background: #ff5454;
    margin-left: 15px;
}

.li_main_txt_time {
    height: 30px;
    line-height: 30px;
}

.load_more {
	display: block;
    width: 180px;
    margin: 20px auto 0;
    background: #4696ec;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    letter-spacing: 2px;
    cursor: pointer;
}

.load_more:hover {
    background: #6fb4ff;
}
/* åˆ†é¡µ */
.page {
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
	width: fit-content;
}

.page li {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    width: auto;
    line-height: 35px;
    float: left;
    border: none;
    padding: 0;
}

.page li>a {
    color: #333;
    width: 100%;
}

.page li.thisclass {
    background: #25A3FD;
    width: 35px;
    color: white;
    border-bottom: none;
}

ul.pagelist::after {
    content: "";
    display: block;
    clear: both;
}

/* å³è¾¹å…¬å…± */

.com_right_tit {
    color: #4696ec;
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid;
    padding-left: 10px;
    margin-bottom: 15px;
}

.com_right_form form#form1 {
    border-top: 1px solid #d8d8d8;
	padding-top: 15px;
}

.com_right_form.p20 {
    border-bottom: 5px solid #f1f1f1;
}


.com_right_form form#form1>select {
    width: 266px;
    border: 1px solid #e4e4e4;
    background: white;
    height: 35px;
    margin-bottom: 15px;
    padding-left: 10px;
    outline: none;
    color: #9e9e9e;
}

.com_right_form form#form1 input.com_right_form_input {
    width: 250px;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    height: 35px;
    padding-left: 15px;
}

input.com_right_form_submit {
    width: 267px;
    height: 40px;
    background: #78bdff;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    outline: hidden;
    cursor: pointer;
}

p.com_right_form_p {
    font-size: 13px;
    color: #999;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 15px;
}

p.com_right_form_p>span {
    font-size: 13px;
    color: #78bdff;
    font-style: normal;
}

.com_right_tool_con {
    border-top: 1px solid #d8d8d8;
}

.com_right_tool_con>a {
    display: block;
    float: left;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #4a9cf4;
    margin: 18px 4px 0;
    color: #4a9df5;
    font-size: 14px;
}

.com_right_tool_con>a:hover {
    background: #4a9df5;
    color: white;
}

.com_right_tool_con::after {
    content: "";
    display: block;
    clear: both;
}

.com_right_tool.p20 {
    border-bottom: 5px solid #f1f1f1;
}

a.com_right_tuijian_con_a {
    display: block;
}

a.com_right_tuijian_con_a>img {
    width: 100%;
}

a.com_right_tuijian_con_a>p {
    text-align: center;
    font-size: 15px;
    background: #f3f3f3;
    line-height: 30px;
}

.com_right_zhuanti_con {
    border-top: 1px solid #d8d8d8;
}

.com_right_zhuanti_con li {
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-top: 10px;
}

.com_right_zhuanti_con li:nth-of-type(2n) {
    margin-left: 20px;
}

.com_right_zhuanti_con li>a>p {
    font-size: 14px;
    padding-top: 3px;
}

.com_right_zhuanti_con::after {
    content: "";
    display: block;
    clear: both;
}

.com_right_tuijian.p20,.com_right_zhuanti.p20 {
    border-bottom: 5px solid #f1f1f1;
}


.com_right_list_tab_tit {
    height: 26px;
    border-bottom: 2px solid #d8d8d8;
}

.com_right_list_tab_tit>span.on {
    border-bottom: 2px solid #4696ec;
	color: #4696ec;
	font-weight: 600;
}

.com_right_list_tab_tit>span {
    font-size: 16px;
    padding-bottom: 6px;
    cursor: pointer;
	padding-left: 20px;
}

.com_right_list_tab_con li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
    list-style: inside;
    color: #b9b9b9;
}

.com_right_list_tab_tit::before {
    content: "";
    display: block;
    background: #4696ec;
    width: 4px;
    height: 20px;
    position: absolute;
}


.com_right_list_tab_con {
    padding-top: 10px;
}

.com_right_list.p20 {
    border-bottom: 5px solid #f1f1f1;
    padding-bottom: 15px;
}

a.com_right_list_tab_con_more {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #f3f3f3;
    border-radius: 5px;
    text-align: center;
    color: #a5a5a5;
    margin: 0 auto;
}

.com_right_weixin_tit>span {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.com_right_weixin_tit>span.on {
    background: #4696ec;
    color: white;
}

.com_right_weixin.p20.on {
    position: fixed;
    top: 0;
    width: 280px;
}

.com_right_weixin.mt20.on {
    position: fixed;
    top: 0;
    width: 310px;
}

.com_right_weixin_tab_con {
    text-align: center;
    padding: 10px;
}

.com_right_weixin_tab_con p {
    line-height: 23px;
    margin: 5px;
    font-size: 15px;
}

.com_right_weixin_tab_con p.red {
    color: red;
}

.com_right_weixin_tab_con img {
    width: 200px;
    padding-top: 20px;
}

.com_right_weixin_con {
    border: 1px solid #e4e4e4;
    border-top: none;
}

.com_right_weixin_tit::after {
    content: "";
    display: block;
    clear: both;
}

.com_right_weixin_tit {
    border: 1px solid #e4e4e4;
}

.yx_con>h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 35px;
    color: #333;
}

.yx_art_info>a>img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.yx_art_info>a {
    color: #999;
    margin-right: 10px;
}

.yx_art_info {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0 10px;
}

.yx_art_info>span {
    color: #999;
    margin-right: 15px;
}

div#yx_art_con {
    line-height: 35px;
    padding: 20px 0;
    font-size: 16px;
}

div#yx_art_con p {
    font-size: 16px;
}

div#yx_art_con a {
    color: #4696ec;
    text-decoration: underline;
}

div#yx_art_con img,div#yx_art_con table {
    max-width: 100%;
}

div#yx_art_con table {
    width: 100%;
}

.yx_art_end {
    text-align: center;
    position: relative;
    font-size: 16px;
    margin: 20px 0;
}

.yx_art_end::before {
    content: "";
    display: block;
    background: #cecece;
    width: 390px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
}

.yx_art_end::after {
    content: "";
    display: block;
    background: #cecece;
    width: 390px;
    height: 1px;
    position: absolute;
    top: 10px;
    right: 0;
}
.yx_art_tag {
    font-size: 16px;
    color: #333;
    margin: 14px 0;
}
.com_right_list_tab_con .nplj_tag>li {
    list-style: none;
    color: #b9b9b9;
    width: 46%;
    float: left;
    margin-right: 6%;
    margin-bottom: 10px;
    text-align: center;
    background: #fafafa;
    border: #e9e9e9 1px solid;
    border-radius: 4px;
}

.com_right_list_tab_con .nplj_tag::after {
    content: "";
    display: block;
    clear: both;
}

.com_right_list_tab_con .nplj_tag>li:.com_right_list_tab_con .nplj_tag>li {
    list-style: none;
    color: #b9b9b9;
    width: 46%;
    float: left;
    margin-right: 6%;
    margin-bottom: 10px;
    text-align: center;
    background: #fafafa;
    border: #e9e9e9 1px solid;
    border-radius: 4px;
}
.com_right_list_tab_con .nplj_tag>li a{
    padding:12px;
}

.com_right_list_tab_con .nplj_tag::after {
    content: "";
    display: block;
    clear: both;
}

.com_right_list_tab_con .nplj_tag>li:nth-of-type(2n) {
    margin-right: 0;
}

.com_right_list_tab_con .nplj_tag>li:hover {
    background: #f3f3f3;
}(2n) {
    margin-right: 0;
}

.com_right_list_tab_con .nplj_tag>li:hover {
    background: #f3f3f3;
}
.yx_art_tag a {
    background: #e2e2e2;
    margin-left: 15px;
    padding: 4px 15px;
    border-radius: 20px;
    color: #999;
    margin-bottom: 10px;
    display: inline-block;
}
.yx_art_shengming {
    font-size: 12px;
    color: #999;
    line-height: 28px;
    text-align: center;
}

.yx_next_pre>a {
    display: block;
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
	font-size: 16px;
}

.yx_next_pre>a.yx_pre {
    float: left;
}

.yx_next_pre>a.yx_next {
    float: right;
}

.yx_next_pre {
    margin: 30px 0;
}

.yx_next_pre::after {
    content: "";
    display: block;
    clear: both;
}

.yx_art_like_tit {
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid #4696ec;
    padding-left: 10px;
}

.yx_art_like_con {
    border-top: 1px solid #e4e4e4;
    margin-top: 15px;
}

.yx_art_like {
    margin-top: 35px;
}

.yx_art_like_con_time.fl {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-right: 15px;
    text-align: center;
    border-right: 1px solid #d6d6d6;
}

.yx_art_like_con_time_r {
    font-size: 30px;
    color: #999;
    margin-bottom: 6px;
}

.yx_art_like_con_time_ny {
    font-size: 15px;
    color: #999;
}

.yx_art_like_con li {
    width: 49%;
    height: 70px;
    overflow: hidden;
    margin-top: 20px;
    float: left;
}

.yx_art_like_con li::after {
    content: "";
    display: block;
    clear: both;
}

a.yx_art_like_con_a.fl {
    width: 280px;
}

.yx_art_like_con_a_tit {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.yx_art_like_con_a_des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-box-orient: vertical;
    color: #999;
}

.yx_art_like_con::after {
    content: "";
    display: block;
    clear: both;
}





/* é™¢æ ¡åˆ—è¡¨é¡µ */
.yx_school_tit::after {
    content: "";
    display: block;
    clear: both;
}

.yx_school_tit_r.fr {
    background: #f3f3f3;
    padding: 5px 10px;
}

span#yx_school_tit_r_time {
    color: #fd9800;
}

.yx_school_con_yx.fl {
    width: 485px;
    border-right: 1px solid #efefef;
}

a.yx_school_con_yx_img.fl {
    display: block;
    width: 130px;
}

a.yx_school_con_yx_img.fl>img {
    width: 100%;
}

.yx_school_con_yx_info.fl {
    margin-left: 20px;
    padding: 15px 0;
}

a.yx_school_con_yx_info_a {
    color: #ff8d00;
    font-size: 20px;
}

p.yx_school_con_yx_info_p {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
}

.yx_school_con_yx_info_btn>a {
    display: inline-block;
    background: #ff8d00;
    color: white;
    padding: 5px 15px;
    margin-right: 20px;
    border-radius: 5px;
}

.yx_school_con_yx_info_btn>a:hover {
    background: #ffa83c;
}

.yx_school_con_zy.fl {
    padding: 20px;
    width: 300px;
    padding-top: 0;
}

.yx_school_con_zy_tit {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    margin-top: 0;
}

.yx_school_con_zy_con>a {
    border: 1px solid #080808;
    display: block;
    width: 125px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin: 10px;
}

.yx_school_con_zy_con::after {
    content: "";
    display: block;
    clear: both;
}

.yx_school_con>ul>li {
    height: 130px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
}

.yx_school_con_zy_con>a:hover {
    background: #080808;
    color: white;
}





/* é—®ç­”åˆ—è¡¨ */
.yx_wenda_tit_r.fr>a {
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 5px;
	cursor: pointer;
}

.yx_wenda_tit_r.fr>a.green{
	color: #10b905;
	border: 1px solid #10b905;
}

.yx_wenda_tit_r.fr>a.green:hover{
	background: #10b905;
	color: white;
}

.yx_wenda_tit_r.fr>a.red{
	color: #f57171;
	border: 1px solid #f57171;
}

.yx_wenda_tit_r.fr>a.red:hover{
	background: #f57171;
	color: white;
}

.yx_wenda_tit::after{
	content: "";
	display: block;
	clear: both;
}

.yx_wenda_con li {
    border-top: 1px solid #dadada;
    padding: 15px 0;
}

.yx_wenda_con_a_t {
    margin-top: 10px;
	height: 30px;
    line-height: 30px
}

a.yx_wenda_con_a>div::after {
    content: "";
    display: block;
    clear: both;
}

.yx_wenda_con {
    margin-top: 20px;
}

.yx_wenda_con_a_t>p {
    font-size: 20px;
    color: ##4c4c4c;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 35px;
    background: url(/yx_style/yx_images/icon_w.png) no-repeat left 1px;
    background-size: 28px;
}

.yx_wenda_con_a_t>span {
    color: #989898;
}

.yx_wenda_con_a_b>p {
    font-size: 15px;
    color: #989898;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 35px;
    background: url(/yx_style/yx_images/icon_d.png) no-repeat left 6px;
    background-size: 28px;
}

.yx_wenda_con_a_b {
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
}

.yx_wenda_con_a_b>span {
    color: #ff593f;
}

.modal-content,.modal-content1 {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(/yx_style/images/wx_modal_bj.png) no-repeat;
	background-size: cover;
	z-index: 9999999;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.modal-content.on,.modal-content1.on {
	display: block;
	width: 480px;
	height: 400px;
	transition: width, height .3s;
}



.modal-content>i,.modal-content1>i {

	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 5px;
	font-style: inherit;
	font-size: 16px;
	color: #4e8a00;
	cursor: pointer;
}

#modal-title {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	padding-left: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#modal-text {
	font-size: 14px;
	margin: 0 20px;
	text-align: center;
}

a.modal-hide {
	width: 96px;
	height: 29px;
	background: url(/yx_style/images/wx_modal_close.jpg) no-repeat center;
	text-align: center;
	color: #fff;
	border: 0;
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 29px;
	position: absolute;
	text-decoration: none;
	left: 190px;
	bottom: 30px;
	cursor: pointer;
}

#modal-text>img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 20px auto;
}


/* ä¸“ä¸šæ±‡æ€» */
.major_list_tit::after {
    content: "";
    display: block;
    clear: both;
}

.major_list_tit {
    background: #EBF6FC;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.major_list_tit>p {
    color: #333;
}

.major_list_tit_a.fr>a {
    color: #333;
    padding-left: 20px;
    background: url(/yx_style/yx_images/icon_menu.png) no-repeat left center;
    background-size: 18px;
    margin-left: 10px;
}

.form_item.form_item_t.fl>input {
    width: 500px;
    height: 35px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    padding-left: 10px;
}

.major_list_search {
    margin: 30px 0;
}

.major_list_search>form::after {
    content: "";
    display: block;
    clear: both;
}

.form_item.form_item_s.fl>input {
    width: 80px;
    height: 37px;
    line-height: 37px;
    background: #4696ec;
    color: white;
    border-radius: 3px;
	cursor: pointer;
}

.form_item.form_item_s.fl>input:hover {
    background: #6fb4ff;
}

.major_tab_tit>span {
    display: block;
    float: left;
    padding: 10px 22px;
    border-bottom: 2px solid #4696ec;
    cursor: pointer;
}

.major_tab_tit::after {
    content: "";
    display: block;
    clear: both;
}

.major_tab_tit>span.on {
    background: #4696ec;
    color: white;
}

.major_tab_con_item::after {
    content: "";
    display: block;
    clear: both;
}

.major_tab_con_item_tit.fl {
    width: 170px;
    background: #ebf6fc;
    border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.major_tab_con_item_tit.fl>span {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 20px;
}

.major_tab_con_item_tit.fl>span.on {
    color: #333;
    background: white url(/yx_style/yx_images/icon_jt_r.png) no-repeat 150px center;
    background-size: 15px;
}

.major_tab_con_item_con.fl {
    width:650px;
}
.main_left.yx_con.fl {
    width: 780px;
    margin-left: 60px;
}
.major_tab_con_item_con.fl>table {
    width: 100%;
}

.major_tab_con_item_con.fl>table th {
    background: #ebf6fc;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.major_tab_con_item_con.fl>table tr {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.major_tab_con_item_con.fl>table tr:hover {
    background: #ebf6fc;
}

.major_tab_con_item_con.fl>table tr a:hover {
    color: #4696ec;
}

.major_list_main {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}



/* æŠ¥åé¡µ */
.my_baoming_main_tab_tit {
    border-bottom: 2px solid #f1f1f1;
}

.my_baoming_main_tab_tit>span {
    display: block;
    float: left;
    padding: 10px 0;
    font-size: 23px;
    font-weight: 600;
    cursor: pointer;
    /* margin-right: 28px; */
    text-align: center;
    width: 50%;
}

.my_baoming_main_tab_tit::after {
    content: "";
    display: block;
    clear: both;
}

.my_baoming_main_tab_tit>span.on {
    color: #4696ec;
    border-bottom: 2px solid;
}

.my_baoming_main {
    margin: 30px 0;
}

.my_baoming_main_tab_con {
    padding: 20px;
}

.my_baoming_main_tab_con_item>a>img {
    width: 400px;
    height: 425px;
}

.bm_con_left {
    width: 45%;
    background-color: #F2F6FC;
    padding: 20px;
    margin: 20px 30px 0 0;
}

.bm_con_right {
    width: 48%;
    margin-top: 20px;
    border: 1px solid #ddd;
    padding-bottom: 80px;
}

.bm_con_left_txt {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 20px;
}

.bm_con_left_txt>p {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.formtable {
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    border-color: #ffffff #ffffff #ffffff;
    border-width: 2px 1px 1px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
}

.formtable tr {
    height: 28px;
    line-height: 28px;
}

.formtable td {
    padding: 5px;
}

.formtable th {
    width: 100px;
    text-align: right;
    letter-spacing: 2px;
    font-weight: initial;
}

.formtable .th p {
    margin: 0;
    color: #909DC6;
}

.btnSubmit {
    width: 130px;
    cursor: pointer;
    border: 0px;
    font-size: 16px;
    height: 36px;
    color: white;
    background: #257cd4;
    margin-right: 20px;
}

input[type="reset"] {
    background-color: #ddd;
}

.input-text {
    height: 40px;
    line-height: 40px;
    width: 90%;
    padding-left: 15px;
    border: 1px solid #ddd;
    color: #999;
    background: rgba(255, 255, 255, .3);
    float: left;
    font-size: 14px;
    outline: none;
    border-radius: 4px;
    font: 12px/1.5 "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif;
}

.input-textarea {
    height: 80px;
    width: 90%;
    border: 1px solid #ddd;
    padding-left: 15px;
    line-height: 19px;
    border-radius: 4px;
    font: 12px/1.5 "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif;
}

div.tit {
    padding-left: 15px;
    border-left: 4px solid #257CD4;
    font-size: 18px;
    font-weight: 600;
}

.bm_main {
    width: 1220px;
    margin: 0 auto;
    background-color: white;
}

.btnSubmit {
    width: 150px;
    cursor: pointer;
    border: 0px;
    height: 36px;
    color: white;
    background: #257cd4;
    margin-right: 20px;
    font: 16px "microsoft yahei", "pt sans", Verdana, Geneva, sans-serif;
}

input::-webkit-input-placeholder {
    color: #999;
}

.bm_right_tit {
    display: inline-block;
    background-color: #257CD4;
    padding: 10px 20px;
    color: white;
    font-size: 15px;
}

.btnSubmit:hover {
    background: #4796e6;
}

input[type="reset"]:hover {
    background-color: #bbb;
}

.my_baoming_main_tab_con_shuoming {
    line-height: 30px;
    margin: 20px 0;
}



/* åŠ¨æ€ä¸“é¢˜é¡µ */
.yx_dt_zt_left.fl {
    width: 310px;
    box-shadow: 0 0 9px 3px rgba(228, 228, 228, 0.3);
}

.main.yx_dt_zt.yx_clear {
    margin: 10px auto;
}

.yx_dt_zt_center.fl {
    width: 540px;
    box-shadow: 0 0 9px 3px rgba(228, 228, 228, 0.3);
    margin-left: 20px;
}


/* ä¸²è®²ç¬”è®° */
.yx_cjbj_main_tit {
    background: #EBF6FC;
    height: 40px;
    line-height: 40px;
	padding-left: 10px;
	border: 1px solid #daecf7;
	margin-top: 20px;
}

.yx_cjbj_main_tit>a {
    margin-right: 20px;
}

.yx_cjbj_main_item_tit {
    background: #EBF6FC url("/yx_style/image/tb_pic.png") no-repeat 10px center;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    font-size: 15px;
	color: #4a4a4a;
	font-weight: 600;
}

.yx_cjbj_main_item {
    margin-top: 20px;
	border: 1px solid #daecf7;
}

.yx_cjbj_main_item_table tr {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

/* .yx_cjbj_main_item_table tr:hover {
    background: #f5f5f5;
} */

.yx_cjbj_main_item_shuoming p {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
	padding-left: 10px;
}

.yx_cjbj_main_item_shuoming strong {
    font-size: 16px;
}

.yx_cjbj_main_item_shuoming {
    padding: 20px;
}

.zg_layout {
    display: flex;
    margin: 15px;
    border-radius: 3px;
    box-sizing: border-box;
    padding-top: 3px;
}

.zg_layout .sear_mod {
    width: 480px;
    height: 34px;
}

.zg_layout .sear_mod select {
    color: #666;
    background: white url(/yx_style/image/jt_new.jpg) no-repeat right center;
    padding-right: 26px;
    appearance: none;
    -webkit-appearance: none;
    float: left;
    width: 160px;
    margin-right: 5px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #dddddd;
}

.zg_layout .sear_mod .zgm2_gkbm_inp1 {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    background: #fff;
    outline: none;
    border: 1px solid #ddd;
    width: 277px;
    padding: 0 15px;
}

.zg_layout .search_btn_mod {
    background-color: #4297f8;
    width: 20%;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    line-height: 34px;
    float: left;
}

.zg_layout .search_btn_mod a {
    color: #fff;
    cursor: pointer;
}

.zg_layout .search_btn_mod:hover {
    background-color: #71aaff;
}

.yx_cjbj_main_item_list li {
    padding-left: 12px;
    background-image: url(/yx_style/image/2019092638.png);
    background-repeat: no-repeat;
    background-position: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.yx_cjbj_main_item_list span {
    padding-right: 10px;
    display: block;
    float: left;
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yx_cjbj_main_item_list strong {
    float: right;
    font-weight: 500;
    color: #999;
}

.yx_cjbj_main_item_list {
    padding: 10px 15px;
}

.yx_cjbj_main_item_list li:nth-of-type(5n) {
    border-bottom: 1px dashed #e0e0e0;
}

.yx_cjbj_main_item_table tr td {
    border-left: 1px solid #f1f1f1;
}

.yx_cjbj_main_item_table tr td:hover {
    background: #f1f1f1;
}





/* åŽ†å¹´çœŸé¢˜ */
.yx_lnzt_main_item_con li {
    height: 35px;
    width: 46%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    margin-right: 2%;
    padding-left: 12px;
    background-image: url(/yx_style/image/2019092638.png);
    background-repeat: no-repeat;
    background-position: left;
}

.yx_lnzt_main_item_con {
    padding: 10px 20px;
}

.yx_lnzt_main_item_con::after {
    content: "";
    display: block;
    clear: both;
}

.yx_cjbj_main_item_tit>a {
    float: right;
    color: #666;
    padding-right: 15px;
	font-weight: initial;
}

.yx_lnzt_main_item_table td {
    border-left: 1px solid #f1f1f1;
}

.yx_lnzt_main_item_table tr {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.yx_lnzt_main_item_table table {
    width: 100%;
}

.yx_lnzt_main_item_table tr td:hover {
    background: #f1f1f1;
}

a.fdtop {
    cursor: pointer;
}




/* æˆè€ƒé¢‘é“ */
h2.pdy_li_main_tit {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

h2.zt2_con_item_tit {
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    display: inline-block;
    color: #4696ec;
    border-bottom: 1px solid #4696ec;
}

.zt2_con_item_con {
    line-height: 30px;
    font-size: 16px;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
}

.zt2_con_item_con p {
    margin-bottom: 20px;
}





/* å…è´¹è¯¾ç¨‹ */

.mfkc_right{
			width: 250px;
		}
		.mfkc_r_t,.mfkc_r_c,.mfkc_r_b{
			margin-bottom: 20px;
			border: 1px solid #ebebeb;
		}
		.mfkc_tit{
			background-color: #ebebeb;
			text-align: center;
			height: 40px;
			line-height: 40px;
			font-size: 16px;
			font-weight: 600;
		}
		.mfkc_r_t a{
			display: block;
			width: 150px;
			background-color: #0088e6;
			height: 40px;
			line-height: 40px;
			color: white;
			margin:20px auto;
			text-align: center;
			font-size: 15px;
			border-radius: 2px;
		}
		.mfkc_r_t a:hover{
			opacity: .8;
		}
		.mfkc_r_t p{
			text-align: center;
			font-size: 15px;
			margin-top: 10px;
		}
		
		.mfkc_r_c{
			text-align: center;
		}
		
		.mfkc_r_b p{
			line-height: 25px;
			font-size: 14px;
			padding: 5px 10px;
		}
		
		.mfkc_main {
		    width: 1220px;
		    margin: 0 auto;
		}
		
		.fl.mfkc_left {
		    width: 950px;
		}
		
		.mfkc_main::after {
		    content: "";
		    display: block;
		    clear: both;
		}
		
		.fl.mfkc_left td,.fl.mfkc_left th {
		    text-align: center;
		    padding: 15px;
		    font-size: 14px;
		}

		td.mfkc_jg {
		    text-decoration: line-through;
		    color: red;
		    font-weight: 600;
		}
		
		span.mfkc_yy,span.mfkc_yy1 {
		    width: 100px;
		    background: #07aeef;
		    color: white;
		    display: block;
		    height: 30px;
		    line-height: 30px;
		    margin: 0 auto;
		    cursor: pointer;
			border-radius: 2px;
		}
		
		span.mfkc_jg1 {
		    text-decoration: line-through;
		    color: red;
		    font-weight: 600;
		}
		
		span.mfkc_yy1 {
		    background: #0088e6;
		}
		
		span.mfkc_yy:hover {
		    opacity: .8;
		}
		
		#modal-text p {
		    text-align: left;
		    margin-left: 50px;
			line-height: 30px;
			    font-size: 14px;
		}
		#modal-text p>a {
		    color: #ff8d00;
		    font-weight: 600;
		}
.modal-content,.modal-content1 {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: url(/yx_style/images/wx_modal_bj.png) no-repeat;
	background-size: cover;
	z-index: 9999999;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.modal-content.on,.modal-content1.on {
	display: block;
	width: 480px;
	height: 400px;
	transition: width, height .3s;
}



.modal-content>i,.modal-content1>i {

	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 5px;
	font-style: inherit;
	font-size: 16px;
	color: #4e8a00;
	cursor: pointer;
}

#modal-title {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	padding-left: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#modal-text {
	font-size: 14px;
	margin: 0 20px;
	text-align: center;
}

a.modal-hide {
	width: 96px;
	height: 29px;
	background: url(/yx_style/images/wx_modal_close.jpg) no-repeat center;
	text-align: center;
	color: #fff;
	border: 0;
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 29px;
	position: absolute;
	text-decoration: none;
	left: 190px;
	bottom: 30px;
	cursor: pointer;
}

#modal-text>img {
	display: block;
	width: 160px;
	height: 160px;
	margin: 20px auto;
}









.share_sideBox{width: 50px;z-index: 9;background: white;position: absolute;}
.share_sideTop .read-num{margin: 13px 0;position: relative;}
.share_sideTop .read-num .news_sideIco.yd_ico{background: url(https://img.233.com/www/css/chuji/2019/news-icon.png) no-repeat 0px -79px;}
.share_sideTop .read-num i,.share_sideTop a i{color: #999;font-size: 12px;position: absolute;top:-6px;left: 28px;background: #fff;}
.share_sideTop .read-num:hover i,.share_sideTop a:hover i{color: #e13b29;font-weight: bold;}
.share_sideTop .read-num p{text-align: center;color: #999;font-size: 12px;margin-top: 2px;}\


.share_sideHead a{margin: 10px 0 13px;}
.share_sideHead a p{font-size: 12px;color: #999;text-align: center;margin-top: 2px;}
.news_sideIco.xb_ico{background: url(https://img.233.com/www/css/chuji/2019/xb-ico.png) no-repeat 0 0;}
.share_sideHead a:hover .news_sideIco.xb_ico{background-position: 0 -28px;}
.share_sideHead a:hover p{color: #e13b29;}
.news_sideIco{transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}


.share_sideBox.scrollFixed{position: fixed;top: 16px;left: 50%;margin-left: -620px;}
.share_sideBox.scrollBottom{bottom: 0px;top:auto;}
.share_sideBox a{display: block;position: relative;}
.news_sideIco{display: block;width: 26px;height: 26px;margin:0 auto;background: url(https://img.233.com/www/css/shgzz/2019/ico_newsbg.png) no-repeat;}
.share_sideTop>a>p{font-size: 12px;color:#999;text-align: center;margin-top: 2px;}
.share_sideTop>a{margin-bottom: 13px;}
.share_sideLine{display: block;width: 24px;height: 1px;margin:0 auto;background-color: #e3e3e3;}
.share_sideBottom>a{margin-top: 16px;position: relative;}
.news_sideTip{display: none; position: absolute;top: 50%;right:44px;margin-top: -10px; height: 18px;line-height: 18px;padding:0 10px;border:1px solid #d8d8d8;border-radius: 4px;font-size: 12px;color:#999; white-space: nowrap;}
.news_sideTip:before,.news_sideTip:after{content:"";position: absolute;top: 50%;right:-8px;margin-top: -4px; height: 0;width: 0;border-width: 4px;border-style: solid;border-color: transparent transparent transparent #d8d8d8;}
.news_sideTip:after{right:-7px;border-color: transparent transparent transparent #fff;}
.news_sideIco.kc_ico{background-position: 0 -40px;}
.news_sideIco.pl_ico{background-position: -30px -40px;}
.news_sideIco.sc_ico{background-position: -60px -40px;}
.news_sideIco.txwb_ico{background-position: -90px -40px;}
.news_sideIco.kj_ico{background-position: -120px -40px;}
.news_sideIco.wx_ico{background-position: -150px -40px;}
.news_sideIco.xlwb_ico{background-position: -180px -40px;}
.news_sideIco.qq_ico{background-position: -210px -40px;}
.share_sideTop>a:hover p,.share_sideBox a.ysc_st p{color:#e13b29;}
.share_sideBottom>a:hover .news_sideTip,.share_sideBottom>a:hover .wx_shareEwm{display: block;}
.share_sideBox a:hover .kc_ico{background-position: 0 -70px;}
.share_sideBox a:hover .pl_ico{background-position: -30px -70px;}
.share_sideBox a:hover .sc_ico,.share_sideBox a.ysc_st .sc_ico{background-position: -60px -70px;}
.share_sideBox a:hover .txwb_ico{background-position: -90px -70px;}
.share_sideBox a:hover .kj_ico{background-position: -120px -70px;}
.share_sideBox a:hover .wx_ico{background-position: -150px -70px;}
.share_sideBox a:hover .xlwb_ico{background-position: -180px -70px;}
.share_sideBox a:hover .qq_ico{background-position: -210px -70px;}
.share_sideBox.js-news-side-box.on {
    position: fixed;
    top: 0;
}
.my_page {
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    width: fit-content;
}

.my_page a {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    width: auto;
    line-height: 35px;
    float: left;
    border: none;
    padding: 0;
}

.my_page span.status {
    background: #25A3FD;
    height: 35px;
    text-align: center;
    width: 35px;
    margin-right: 25px;
    line-height: 35px;
    color: white;
    float: left;
    border-bottom: none;
}

.wx_shareEwm{display: none;position: absolute;top: 50%;left: -59px;width: 170px;height: 200px;margin-top: 21px;border-radius: 4px;background-color: #fff;border:1px solid #d8d8d8;z-index: 9;}
.wx_shareEwm .wx_ewmWz{display: block;text-align: center;font-size: 12px;color:#999;line-height: 34px;float: none;padding: 0px;}
.wx_shareEwm img,.wx_shareEwm canvas{display: block;width: 150px;height: 150px;margin:0 auto;}
.wx_shareEwm:before,.wx_shareEwm:after{content:"";position: absolute;top: -8px;left:50%;margin-left: -4px; height: 0;width: 0;border-width: 4px;border-style: solid;border-color: transparent transparent #d8d8d8 transparent;}
.wx_shareEwm:after{top:-7px;border-color: transparent transparent #fff transparent;}

.main_left.yx_cjbj_main.fl,.main_left.yx_lnzt_main.fl {
    width: 830px;
    margin-left: 0;
}



h2.m_yx_main_zy_item_tit {
    background: url(../yx_images/icon_list_tit.png) no-repeat left center;
    background-size: 20px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
}

.m_yx_main_zy_item_con_tab_con_item>a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #666;
    margin: 8px 5px;
    padding: 5px 5px;
    border-radius: 2px;
    border: 1px solid #cacaca;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:110px;
}

.m_yx_main_zy_item_con_tab_con_item {
    padding-top: 10px;
}

.m_yx_main_zy_item {
    margin-top: 10px;
}
.m_yx_main_zy_item_con_tab_con_item>a:hover {
    background: #81baf7;
    color: white;
    border: 1px solid #81baf7;
}


.zyart_item table {
    width: 100%;
}

.zyart_item table tr {
    height: 40px;
    text-align: center;
}

.zyart_item p {
    line-height: 30px;
}

.zyart_search{
	margin-bottom:20px;
	border-bottom:1px solid #ccc
}




.article_pl {
    margin: 20px 0 0;
}

.article_pl_btn {
    background: #cbd5ff;
    width: 60px;
    height: 30px;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    cursor: no-drop;
}

.article_pl::after {
    content: "";
    display: block;
    clear: both;
}

.article_pl_btn.fr.on {
    background: #4e6ef2;
    cursor: pointer;
}

.article_pl_btn.fr.on:hover {
    opacity: .8;
    transition: all .3s;
}

.article_pl_meg {
    margin: 30px 0;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.article_pl_meg_user {
    background: #f8fcff;
    margin: 30px 0;
    padding: 14px;
    border-radius: 5px;
}

.article_pl_meg_user_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.article_pl_meg_user_img img {
    width: 100%;
    height: 100%;
}

.article_pl_meg_user_info {
    width: 700px;
    margin-left: 20px;
}

.article_pl_meg_user_info_name.fl {
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    padding-top: 5px;
}

.article_pl_meg_user_info_txt.fl {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    color: #666;
}

.article_pl_meg_user_info_name.fl span {
    float: right;
    color: #999;
    font-weight: initial;
}

.article_pl_meg_user_info::after {
    content: "";
    display: block;
    clear: both;
}

.article_pl_meg_user::after {
    content: "";
    display: block;
    clear: both;
}


.yati_list>img {
    display: block;
    width: 50px;
    float: left;
}

.yati_list>li {
    width: 220px;
    float: right;
	list-style: none;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    height: auto;
}

.yati_list>li>p {
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color:#333;
}

.yati_list>li>p>img {
    width: 15px;
    vertical-align: middle;
    margin-top: -5px;
}

.yati_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.yati_xiangqing {
    display: inline-block;
    margin-right: 5%;
    width: 40px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #649CF0;
    border-radius: 5px;
    color: #649CF0;
    float: right;
}

.yati_details {
    height: 20px;
    margin-top: 5px;
    color: #9598a2;
}

.cxsj_box a {
    color: #255692;
}

.cxsj_box a:hover {
    color: #f60;
}

.zsyxlist {
    text-align: left;
}

.zsyxlist li.dotted {
    border-bottom: 1px dotted #a4a4a4;
    padding: 13px 0;
    line-height: 18px;
    list-style: none;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    height: auto;
}

.zsyxlist li a {
    color: red;
    font-size: 12px;
    text-decoration-color: #000;
}

.zsyxlist li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

.zsyxlist li h4 {
    font-size: 14px;
    color: #000;
}

.zsyxlist li span {
    font-size: 12px;
    color: #474747;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}






